ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / LogBase Property

In This Topic
    LogBase Property (ChartAxis<T>)
    In This Topic
    Gets or sets the logarithmic base of the axis.
    Syntax
    'Declaration
     
    Public Property LogBase As Nullable(Of Double)
    public Nullable<double> LogBase {get; set;}
    Remarks
    If the base is not specified the axis uses the normal scale.
    See Also